C1.LiveLinq.Indexing.Search Namespace > IIndexScanner<T> Interface : Join Method |
Overload | Description |
---|---|
Join<T2,TResult>(IEnumerable<T2>,Func<T2,Object>,Func<T,T2,TResult>,JoinOperator) | Correlates the items of this indexed collection with the items of another sequence and returns the combined items with matching keys. |
Join<T2,TResult>(IIndexScanner<T2>,Func<T,T2,TResult>,JoinOperator) | Correlates the items of this indexed collection with the items of another indexed collection and returns the combined items with matching keys. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2